home *** CD-ROM | disk | FTP | other *** search
/ Virtual Top Model / Virtual Top Model - Disc 1.iso / modulos / intro.dxr / 00038.ls < prev    next >
Encoding:
Text File  |  1997-04-02  |  399 b   |  21 lines

  1. on exitFrame
  2.   global nIdioma, nFin
  3.   case nIdioma of
  4.     1:
  5.       set nFin to 1995
  6.       set the movieTime of sprite 5 to 300
  7.     2:
  8.       set nFin to 9460
  9.       set the movieTime of sprite 5 to 7770
  10.     3:
  11.       set nFin to 16985
  12.       set the movieTime of sprite 5 to 15300
  13.   end case
  14.   set the movieRate of sprite 5 to 1
  15. end
  16.  
  17. on mouseDown
  18.   set the movieRate of sprite 5 to 0
  19.   go("codigo")
  20. end
  21.